home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineButton2_775 / BUTTONCONDACTION on(keyPress o).as next >
Text File  |  2008-11-12  |  312b  |  13 lines

  1. on(keyPress "o"){
  2.    _root.Inventaire.swapdepths(_root.Gts);
  3.    setProperty("/Gts", _X, 536);
  4.    setProperty("/Gts", _Y, 357);
  5.    setProperty("/Gts", _xscale, 20);
  6.    setProperty("/Gts", _yscale, 20);
  7.    tellTarget("/")
  8.    {
  9.       gotoAndPlay(eval("/Variables:EtatActif"));
  10.    }
  11.    gotoAndStop(1);
  12. }
  13.